body {
  font-family: Arial, sans-serif;
  background-color: blue;
}

h1 {
  text-align: center;
  color: crimson;
}

.title {
  height: 100%;
 	width: 100%;
  text-align: left;
  color: crimson;
	font-family: 'Eagle Lake';
	font-size: 24px;
}

.header-box {
 	background-color: green;
}

.header-links {
 	height: 100%;
   width: 100%;
   padding: 10px;
  text-align: right;
  color: navy;
  font-family: Arial, sans-serif;
	font-size: 16px;
}

.header-bg {
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  vertical-align: middle;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  position: fixed;
  z-index: 0;
  transition: opacity 1s ease 0s;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
  background: none repeat scroll 0 0 white;
  background-image: none;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: initial;
  background-clip: initial;
  background-color: white;
}

#header-banner {
  height: 48px;
  line-height: 48px;
  width: 100%;
  vertical-align: middle;
  padding: 2px;
  position: absolute;
  border-bottom: 1px solid #336699;
  background: -webkit-linear-gradient(left, #ccccff, #336699);
  background: -o-linear-gradient(right, #ccccff, #336699);
  background: -moz-linear-gradient(right, #ccccff, #336699);
  background: linear-gradient(to right, #ccccff, #336699);
}

/* common links */
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}

/* page titles */
a.title:link {
  color: crimson;
  text-decoration: none;
}
a.title:visited {
  color: crimson;
  text-decoration: none;
}
a.title:hover {
  color: crimson;
  text-decoration: none;
}
a.title:active {
  color: crimson;
  text-decoration: none;
}

/*  header links  */
a.header-link:link {
  color: navy;
  text-decoration: none;
}
a.header-link:visited {
  color: navy;
  text-decoration: none;
}
a.header-link:hover {
  color: white;
  text-decoration: none;
}
a.header-link:active {
  color: white;
  text-decoration: none;
}
